home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / SysOb / README < prev   
Text File  |  1992-11-03  |  2KB  |  60 lines

  1. SysOb V1.1b ( OS 3.0 )
  2.  
  3. Some slight improvements have been made ( The original documentation for 
  4. Version 1.0 can be found at the end of this document ):
  5.  
  6. - A Services menu has been added. If you want to work with a multiple-line-
  7.   selection you may have to use the fix-Button first.
  8.  
  9. - The TALK-hack used in Version 1.0 was replaced by clean code using 3.0's
  10.   distributed objects.
  11.  
  12. - The use of NILoginPanel ( used to authenticate the root-user ) was re-
  13.   implemented hence the NIKit has changed and is ( ill though ) documented
  14.   in 3.0.
  15.  
  16. Beware if SysOb V1.1 ( without b ) ! It only got accidentally to the servers
  17. and contains a severe security-hole !
  18.  
  19.  SysOb
  20. =======
  21.  
  22. Carsten Lutz ( clu@malihh.hanse.de )
  23.  
  24. some hints for using SysOb:
  25.  
  26. SysOb must be setuid-root or the Process-Inspector and some other
  27. functions will not work !
  28.  
  29. User-Inspector
  30. --------------
  31.  
  32. - double-click a user to enable the pull-down-menu for single-user actions.
  33.  
  34. - All masks ( e.g. the name and port - masks in the options-window ) are
  35.   regular expressions. So if you want only the users displayed, who's names 
  36.   start with 'u', use '^u.*' as mask instead of 'u*' or such nonsense...
  37.   
  38. - Sending messages to or logging off _multiple_ users with one action is NOT
  39.   possible yet.
  40.  
  41. - The talk-action is a real cludge, yet, which might not work with OS-
  42.   versions > 2.1 and it will not even work with OS 2.1 at anytime !!!
  43.  
  44. Process-Inspector
  45. -----------------
  46.  
  47. - The CPU-load and number of processes display is only the load and number
  48.   of the displayed processes, not of all processes running ! So if you want
  49.   to get the total load and number of processes, disable all masks and
  50.   deselect "show threads" and "only with TTY" in the optionspanel.
  51.  
  52. - If "show threads" is enabled, threads are displayed instead of tasks.
  53.   Some fields are equal for all threads of a task then, because they are
  54.   task- and not thread-specific. These fields are Commandname, PID, PGRP,
  55.   PPID, Username, UID, controlling TTY, virtual size, real size, commandline
  56.   and environment.
  57.  
  58. This software is free, enjoy ! feedback is very welcome !
  59.  
  60.